Html Css Color HEX #CE2433 Cardinal

📋 copy color: '#CE2433'

red 206 ◦ green 36 ◦ blue 51

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

Shades of Cardinal #CE2433

Tints of Cardinal #CE2433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 70.31%
G = 12.29%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE2433 (or 0xCE2433) is known color: Cardinal. HEX triplet: CE, 24 and 33. RGB value is (206,36,51). Sum of RGB (Red+Green+Blue) = 206+36+51=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2433 is #31DBCC. Grayscale: #585858. Windows color (decimal): -3267533 or 3351758. OLE color: 3351758.

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

Color convert

RGB 206 36 51 -
CMYK 0 0.83 0.75 0.19
HSL 354.71º 0.7% 0.47% -
HSV(B) 354.71º 0.83% 0.81% -
XYZ 26.68 14.62 4.55 -
YUV 88.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 206 36 51 0 0.83 0.75 0.19 354.71 0.7 0.47
Hex CE 24 33 0 53 4B 13 163 46 2F
Octal 316 44 63 0 123 113 23 543 106 57
Binary 11001110 100100 110011 0 1010011 1001011 10011 101100011 1000110 101111

Color Harmonies of #CE2433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2433

Black with #CE2433

Text Example


Text Example

White with #CE2433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2433; }

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

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

background-color css

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

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

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

border-color css

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

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

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