Html Css Color HEX #CB243C Cardinal

📋 copy color: '#CB243C'

red 203 ◦ green 36 ◦ blue 60

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

Shades of Cardinal #CB243C

Tints of Cardinal #CB243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 67.89%
G = 12.04%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB243C (or 0xCB243C) is known color: Cardinal. HEX triplet: CB, 24 and 3C. RGB value is (203,36,60). Sum of RGB (Red+Green+Blue) = 203+36+60=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB243C is #34DBC3. Grayscale: #585858. Windows color (decimal): -3464132 or 3941579. OLE color: 3941579.

HSL color Cylindrical-coordinate representation of color #CB243C: hue angle of 351.38º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB243C is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 60 -
CMYK 0 0.82 0.70 0.20
HSL 351.38º 0.7% 0.47% -
HSV(B) 351.38º 0.82% 0.8% -
XYZ 26.08 14.28 5.66 -
YUV 88.67 111.83 209.55 -
System Red Green Blue C M Y K H S L
Decimal 203 36 60 0 0.82 0.70 0.20 351.38 0.7 0.47
Hex CB 24 3C 0 52 46 14 15F 46 2F
Octal 313 44 74 0 122 106 24 537 106 57
Binary 11001011 100100 111100 0 1010010 1000110 10100 101011111 1000110 101111

Color Harmonies of #CB243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB243C

Black with #CB243C

Text Example


Text Example

White with #CB243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB243C; }

 p { color: rgb(203,36,60); }

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

background-color css

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

 a { background-color: rgb(203,36,60); }

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

border-color css

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

 span { border-color: rgb(203,36,60); }

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