Html Css Color HEX #CE243E Cardinal

📋 copy color: '#CE243E'

red 206 ◦ green 36 ◦ blue 62

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

Shades of Cardinal #CE243E

Tints of Cardinal #CE243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 67.76%
G = 11.84%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE243E (or 0xCE243E) is known color: Cardinal. HEX triplet: CE, 24 and 3E. RGB value is (206,36,62). Sum of RGB (Red+Green+Blue) = 206+36+62=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE243E is #31DBC1. Grayscale: #595959. Windows color (decimal): -3267522 or 4072654. OLE color: 4072654.

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

Color convert

RGB 206 36 62 -
CMYK 0 0.83 0.70 0.19
HSL 350.82º 0.7% 0.47% -
HSV(B) 350.82º 0.83% 0.81% -
XYZ 26.95 14.73 5.98 -
YUV 89.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 206 36 62 0 0.83 0.70 0.19 350.82 0.7 0.47
Hex CE 24 3E 0 53 46 13 15F 46 2F
Octal 316 44 76 0 123 106 23 537 106 57
Binary 11001110 100100 111110 0 1010011 1000110 10011 101011111 1000110 101111

Color Harmonies of #CE243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE243E

Black with #CE243E

Text Example


Text Example

White with #CE243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE243E; }

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

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

background-color css

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

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

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

border-color css

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

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

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