Html Css Color HEX #CB2430 Cardinal

📋 copy color: '#CB2430'

red 203 ◦ green 36 ◦ blue 48

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

Shades of Cardinal #CB2430

Tints of Cardinal #CB2430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.72%

R = 70.73%
G = 12.54%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB2430 (or 0xCB2430) is known color: Cardinal. HEX triplet: CB, 24 and 30. RGB value is (203,36,48). Sum of RGB (Red+Green+Blue) = 203+36+48=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2430 is #34DBCF. Grayscale: #575757. Windows color (decimal): -3464144 or 3155147. OLE color: 3155147.

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

Color convert

RGB 203 36 48 -
CMYK 0 0.82 0.76 0.20
HSL 355.69º 0.7% 0.47% -
HSV(B) 355.69º 0.82% 0.8% -
XYZ 25.79 14.17 4.17 -
YUV 87.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 203 36 48 0 0.82 0.76 0.20 355.69 0.7 0.47
Hex CB 24 30 0 52 4C 14 164 46 2F
Octal 313 44 60 0 122 114 24 544 106 57
Binary 11001011 100100 110000 0 1010010 1001100 10100 101100100 1000110 101111

Color Harmonies of #CB2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2430

Black with #CB2430

Text Example


Text Example

White with #CB2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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