Html Css Color HEX #CB243E Cardinal

📋 copy color: '#CB243E'

red 203 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #CB243E

Tints of Cardinal #CB243E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 67.44%
G = 11.96%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB243E (or 0xCB243E) is known color: Cardinal. HEX triplet: CB, 24 and 3E. RGB value is (203,36,62). Sum of RGB (Red+Green+Blue) = 203+36+62=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB243E is #34DBC1. Grayscale: #585858. Windows color (decimal): -3464130 or 4072651. OLE color: 4072651.

HSL color Cylindrical-coordinate representation of color #CB243E: hue angle of 350.66º 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 #CB243E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 36 62 -
CMYK 0 0.82 0.69 0.20
HSL 350.66º 0.7% 0.47% -
HSV(B) 350.66º 0.82% 0.8% -
XYZ 26.13 14.31 5.94 -
YUV 88.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 203 36 62 0 0.82 0.69 0.20 350.66 0.7 0.47
Hex CB 24 3E 0 52 45 14 15F 46 2F
Octal 313 44 76 0 122 105 24 537 106 57
Binary 11001011 100100 111110 0 1010010 1000101 10100 101011111 1000110 101111

Color Harmonies of #CB243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB243E

Black with #CB243E

Text Example


Text Example

White with #CB243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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