Html Css Color HEX #CB1940 Cardinal

📋 copy color: '#CB1940'

red 203 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #CB1940

Tints of Cardinal #CB1940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

 BLUE value IS 64 (25.39% from 255) = 21.92%

R = 69.52%
G = 8.56%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB1940 (or 0xCB1940) is known color: Cardinal. HEX triplet: CB, 19 and 40. RGB value is (203,25,64). Sum of RGB (Red+Green+Blue) = 203+25+64=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1940 is #34E6BF. Grayscale: #525252. Windows color (decimal): -3466944 or 4200907. OLE color: 4200907.

HSL color Cylindrical-coordinate representation of color #CB1940: hue angle of 346.85º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1940 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 25 64 -
CMYK 0 0.88 0.68 0.20
HSL 346.85º 0.78% 0.45% -
HSV(B) 346.85º 0.88% 0.8% -
XYZ 25.9 13.76 6.14 -
YUV 82.67 117.47 213.83 -
System Red Green Blue C M Y K H S L
Decimal 203 25 64 0 0.88 0.68 0.20 346.85 0.78 0.45
Hex CB 19 40 0 58 44 14 15B 4E 2D
Octal 313 31 100 0 130 104 24 533 116 55
Binary 11001011 11001 1000000 0 1011000 1000100 10100 101011011 1001110 101101

Color Harmonies of #CB1940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1940

Black with #CB1940

Text Example


Text Example

White with #CB1940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1940; }

 p { color: rgb(203,25,64); }

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

background-color css

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

 a { background-color: rgb(203,25,64); }

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

border-color css

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

 span { border-color: rgb(203,25,64); }

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