Html Css Color HEX #CB1934 Cardinal

📋 copy color: '#CB1934'

red 203 ◦ green 25 ◦ blue 52

#CB1934
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #CB1934

Tints of Cardinal #CB1934

RGB

 RED value IS 203 (79.69% from 255) = 72.5%

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 72.5%
G = 8.93%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB1934 (or 0xCB1934) is known color: Cardinal. HEX triplet: CB, 19 and 34. RGB value is (203,25,52). Sum of RGB (Red+Green+Blue) = 203+25+52=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1934 is #34E6CB. Grayscale: #515151. Windows color (decimal): -3466956 or 3414475. OLE color: 3414475.

HSL color Cylindrical-coordinate representation of color #CB1934: hue angle of 350.9º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1934 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 25 52 -
CMYK 0 0.88 0.74 0.20
HSL 350.9º 0.78% 0.45% -
HSV(B) 350.9º 0.88% 0.8% -
XYZ 25.6 13.64 4.53 -
YUV 81.3 111.47 214.8 -
System Red Green Blue C M Y K H S L
Decimal 203 25 52 0 0.88 0.74 0.20 350.9 0.78 0.45
Hex CB 19 34 0 58 4A 14 15F 4E 2D
Octal 313 31 64 0 130 112 24 537 116 55
Binary 11001011 11001 110100 0 1011000 1001010 10100 101011111 1001110 101101

Color Harmonies of #CB1934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1934

Black with #CB1934

Text Example


Text Example

White with #CB1934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1934; }

 p { color: rgb(203,25,52); }

 H1.HeaderClassName
 {
   color: #CB1934;
 }
 .AnyTagClassName
 {
   color: #CB1934;
 }
</style>

background-color css

<style>
 a { background-color: #CB1934; }

 a { background-color: rgb(203,25,52); }

 div.DivClassName
 {
   background-color: #CB1934;
 }
 .BgClassName
 {
   background-color: #CB1934;
 }
</style>

border-color css

<style>
 span { border-color: #CB1934; }

 span { border-color: rgb(203,25,52); }

 td.TdClassName
 {
   border-color: #CB1934;
 }
 .TagClassName
 {
   border-color: #CB1934;
 }
</style>