Html Css Color HEX #CB1E3A Cardinal

📋 copy color: '#CB1E3A'

red 203 ◦ green 30 ◦ blue 58

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

Shades of Cardinal #CB1E3A

Tints of Cardinal #CB1E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 69.76%
G = 10.31%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB1E3A (or 0xCB1E3A) is known color: Cardinal. HEX triplet: CB, 1E and 3A. RGB value is (203,30,58). Sum of RGB (Red+Green+Blue) = 203+30+58=291 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.76% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1E3A is #34E1C5. Grayscale: #545454. Windows color (decimal): -3465670 or 3808971. OLE color: 3808971.

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

Color convert

RGB 203 30 58 -
CMYK 0 0.85 0.71 0.20
HSL 350.29º 0.74% 0.46% -
HSV(B) 350.29º 0.85% 0.8% -
XYZ 25.86 13.93 5.33 -
YUV 84.92 112.81 212.22 -
System Red Green Blue C M Y K H S L
Decimal 203 30 58 0 0.85 0.71 0.20 350.29 0.74 0.46
Hex CB 1E 3A 0 55 47 14 15E 4A 2E
Octal 313 36 72 0 125 107 24 536 112 56
Binary 11001011 11110 111010 0 1010101 1000111 10100 101011110 1001010 101110

Color Harmonies of #CB1E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1E3A

Black with #CB1E3A

Text Example


Text Example

White with #CB1E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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