Html Css Color HEX #CB1337 Cardinal

📋 copy color: '#CB1337'

red 203 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #CB1337

Tints of Cardinal #CB1337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 73.29%
G = 6.86%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB1337 (or 0xCB1337) is known color: Cardinal. HEX triplet: CB, 13 and 37. RGB value is (203,19,55). Sum of RGB (Red+Green+Blue) = 203+19+55=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1337 is #34ECC8. Grayscale: #4E4E4E. Windows color (decimal): -3468489 or 3609547. OLE color: 3609547.

HSL color Cylindrical-coordinate representation of color #CB1337: hue angle of 348.26º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1337 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 19 55 -
CMYK 0 0.91 0.73 0.20
HSL 348.26º 0.83% 0.44% -
HSV(B) 348.26º 0.91% 0.8% -
XYZ 25.55 13.44 4.86 -
YUV 78.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 203 19 55 0 0.91 0.73 0.20 348.26 0.83 0.44
Hex CB 13 37 0 5B 49 14 15C 53 2C
Octal 313 23 67 0 133 111 24 534 123 54
Binary 11001011 10011 110111 0 1011011 1001001 10100 101011100 1010011 101100

Color Harmonies of #CB1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1337

Black with #CB1337

Text Example


Text Example

White with #CB1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1337; }

 p { color: rgb(203,19,55); }

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

background-color css

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

 a { background-color: rgb(203,19,55); }

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

border-color css

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

 span { border-color: rgb(203,19,55); }

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