Html Css Color HEX #CE1B37 Cardinal

📋 copy color: '#CE1B37'

red 206 ◦ green 27 ◦ blue 55

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

Shades of Cardinal #CE1B37

Tints of Cardinal #CE1B37

RGB

 RED value IS 206 (80.86% from 255) = 71.53%

 GREEN value IS 27 (10.94% from 255) = 9.38%

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

R = 71.53%
G = 9.38%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE1B37 (or 0xCE1B37) is known color: Cardinal. HEX triplet: CE, 1B and 37. RGB value is (206,27,55). Sum of RGB (Red+Green+Blue) = 206+27+55=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B37 is #31E4C8. Grayscale: #535353. Windows color (decimal): -3269833 or 3611598. OLE color: 3611598.

HSL color Cylindrical-coordinate representation of color #CE1B37: hue angle of 350.61º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE1B37 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 27 55 -
CMYK 0 0.87 0.73 0.19
HSL 350.61º 0.77% 0.46% -
HSV(B) 350.61º 0.87% 0.81% -
XYZ 26.54 14.18 4.95 -
YUV 83.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 206 27 55 0 0.87 0.73 0.19 350.61 0.77 0.46
Hex CE 1B 37 0 57 49 13 15F 4D 2E
Octal 316 33 67 0 127 111 23 537 115 56
Binary 11001110 11011 110111 0 1010111 1001001 10011 101011111 1001101 101110

Color Harmonies of #CE1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B37

Black with #CE1B37

Text Example


Text Example

White with #CE1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B37; }

 p { color: rgb(206,27,55); }

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

background-color css

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

 a { background-color: rgb(206,27,55); }

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

border-color css

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

 span { border-color: rgb(206,27,55); }

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