Html Css Color HEX #CB2438 Cardinal

📋 copy color: '#CB2438'

red 203 ◦ green 36 ◦ blue 56

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

Shades of Cardinal #CB2438

Tints of Cardinal #CB2438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.98%

R = 68.81%
G = 12.2%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB2438 (or 0xCB2438) is known color: Cardinal. HEX triplet: CB, 24 and 38. RGB value is (203,36,56). Sum of RGB (Red+Green+Blue) = 203+36+56=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2438 is #34DBC7. Grayscale: #585858. Windows color (decimal): -3464136 or 3679435. OLE color: 3679435.

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

Color convert

RGB 203 36 56 -
CMYK 0 0.82 0.72 0.20
HSL 352.81º 0.7% 0.47% -
HSV(B) 352.81º 0.82% 0.8% -
XYZ 25.97 14.24 5.12 -
YUV 88.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 203 36 56 0 0.82 0.72 0.20 352.81 0.7 0.47
Hex CB 24 38 0 52 48 14 161 46 2F
Octal 313 44 70 0 122 110 24 541 106 57
Binary 11001011 100100 111000 0 1010010 1001000 10100 101100001 1000110 101111

Color Harmonies of #CB2438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2438

Black with #CB2438

Text Example


Text Example

White with #CB2438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2438; }

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

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

background-color css

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

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

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

border-color css

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

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

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