Html Css Color HEX #CE1A3E Cardinal

📋 copy color: '#CE1A3E'

red 206 ◦ green 26 ◦ blue 62

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

Shades of Cardinal #CE1A3E

Tints of Cardinal #CE1A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 70.07%
G = 8.84%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE1A3E (or 0xCE1A3E) is known color: Cardinal. HEX triplet: CE, 1A and 3E. RGB value is (206,26,62). Sum of RGB (Red+Green+Blue) = 206+26+62=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1A3E is #31E5C1. Grayscale: #535353. Windows color (decimal): -3270082 or 4070094. OLE color: 4070094.

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

Color convert

RGB 206 26 62 -
CMYK 0 0.87 0.70 0.19
HSL 348º 0.78% 0.45% -
HSV(B) 348º 0.87% 0.81% -
XYZ 26.69 14.21 5.89 -
YUV 83.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 206 26 62 0 0.87 0.70 0.19 348 0.78 0.45
Hex CE 1A 3E 0 57 46 13 15C 4E 2D
Octal 316 32 76 0 127 106 23 534 116 55
Binary 11001110 11010 111110 0 1010111 1000110 10011 101011100 1001110 101101

Color Harmonies of #CE1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1A3E

Black with #CE1A3E

Text Example


Text Example

White with #CE1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1A3E; }

 p { color: rgb(206,26,62); }

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

background-color css

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

 a { background-color: rgb(206,26,62); }

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

border-color css

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

 span { border-color: rgb(206,26,62); }

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