Html Css Color HEX #CE1B3E Cardinal

📋 copy color: '#CE1B3E'

red 206 ◦ green 27 ◦ blue 62

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

Shades of Cardinal #CE1B3E

Tints of Cardinal #CE1B3E

RGB

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

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

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

R = 69.83%
G = 9.15%
B = 21.02%

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

#CE1B3E (or 0xCE1B3E) is known color: Cardinal. HEX triplet: CE, 1B and 3E. RGB value is (206,27,62). Sum of RGB (Red+Green+Blue) = 206+27+62=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B3E is #31E4C1. Grayscale: #545454. Windows color (decimal): -3269826 or 4070350. OLE color: 4070350.

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

Color convert

RGB 206 27 62 -
CMYK 0 0.87 0.70 0.19
HSL 348.27º 0.77% 0.46% -
HSV(B) 348.27º 0.87% 0.81% -
XYZ 26.72 14.25 5.9 -
YUV 84.51 115.3 214.65 -
System Red Green Blue C M Y K H S L
Decimal 206 27 62 0 0.87 0.70 0.19 348.27 0.77 0.46
Hex CE 1B 3E 0 57 46 13 15C 4D 2E
Octal 316 33 76 0 127 106 23 534 115 56
Binary 11001110 11011 111110 0 1010111 1000110 10011 101011100 1001101 101110

Color Harmonies of #CE1B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B3E

Black with #CE1B3E

Text Example


Text Example

White with #CE1B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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