Html Css Color HEX #CE1B3C Cardinal

📋 copy color: '#CE1B3C'

red 206 ◦ green 27 ◦ blue 60

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

Shades of Cardinal #CE1B3C

Tints of Cardinal #CE1B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.48%

R = 70.31%
G = 9.22%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE1B3C (or 0xCE1B3C) is known color: Cardinal. HEX triplet: CE, 1B and 3C. RGB value is (206,27,60). Sum of RGB (Red+Green+Blue) = 206+27+60=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B3C is #31E4C3. Grayscale: #545454. Windows color (decimal): -3269828 or 3939278. OLE color: 3939278.

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

Color convert

RGB 206 27 60 -
CMYK 0 0.87 0.71 0.19
HSL 348.94º 0.77% 0.46% -
HSV(B) 348.94º 0.87% 0.81% -
XYZ 26.66 14.23 5.62 -
YUV 84.28 114.3 214.82 -
System Red Green Blue C M Y K H S L
Decimal 206 27 60 0 0.87 0.71 0.19 348.94 0.77 0.46
Hex CE 1B 3C 0 57 47 13 15D 4D 2E
Octal 316 33 74 0 127 107 23 535 115 56
Binary 11001110 11011 111100 0 1010111 1000111 10011 101011101 1001101 101110

Color Harmonies of #CE1B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B3C

Black with #CE1B3C

Text Example


Text Example

White with #CE1B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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