Html Css Color HEX #CB1E3E Cardinal

📋 copy color: '#CB1E3E'

red 203 ◦ green 30 ◦ blue 62

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

Shades of Cardinal #CB1E3E

Tints of Cardinal #CB1E3E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.17%

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

R = 68.81%
G = 10.17%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB1E3E (or 0xCB1E3E) is known color: Cardinal. HEX triplet: CB, 1E and 3E. RGB value is (203,30,62). Sum of RGB (Red+Green+Blue) = 203+30+62=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E3E is #34E1C1. Grayscale: #555555. Windows color (decimal): -3465666 or 4071115. OLE color: 4071115.

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

Color convert

RGB 203 30 62 -
CMYK 0 0.85 0.69 0.20
HSL 348.9º 0.74% 0.46% -
HSV(B) 348.9º 0.85% 0.8% -
XYZ 25.96 13.97 5.89 -
YUV 85.38 114.81 211.9 -
System Red Green Blue C M Y K H S L
Decimal 203 30 62 0 0.85 0.69 0.20 348.9 0.74 0.46
Hex CB 1E 3E 0 55 45 14 15D 4A 2E
Octal 313 36 76 0 125 105 24 535 112 56
Binary 11001011 11110 111110 0 1010101 1000101 10100 101011101 1001010 101110

Color Harmonies of #CB1E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1E3E

Black with #CB1E3E

Text Example


Text Example

White with #CB1E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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