Html Css Color HEX #CE243B Cardinal

📋 copy color: '#CE243B'

red 206 ◦ green 36 ◦ blue 59

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

Shades of Cardinal #CE243B

Tints of Cardinal #CE243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 68.44%
G = 11.96%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE243B (or 0xCE243B) is known color: Cardinal. HEX triplet: CE, 24 and 3B. RGB value is (206,36,59). Sum of RGB (Red+Green+Blue) = 206+36+59=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE243B is #31DBC4. Grayscale: #595959. Windows color (decimal): -3267525 or 3876046. OLE color: 3876046.

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

Color convert

RGB 206 36 59 -
CMYK 0 0.83 0.71 0.19
HSL 351.88º 0.7% 0.47% -
HSV(B) 351.88º 0.83% 0.81% -
XYZ 26.87 14.7 5.56 -
YUV 89.45 110.82 211.13 -
System Red Green Blue C M Y K H S L
Decimal 206 36 59 0 0.83 0.71 0.19 351.88 0.7 0.47
Hex CE 24 3B 0 53 47 13 160 46 2F
Octal 316 44 73 0 123 107 23 540 106 57
Binary 11001110 100100 111011 0 1010011 1000111 10011 101100000 1000110 101111

Color Harmonies of #CE243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE243B

Black with #CE243B

Text Example


Text Example

White with #CE243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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