Html Css Color HEX #CE2133 Cardinal

📋 copy color: '#CE2133'

red 206 ◦ green 33 ◦ blue 51

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

Shades of Cardinal #CE2133

Tints of Cardinal #CE2133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

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

R = 71.03%
G = 11.38%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE2133 (or 0xCE2133) is known color: Cardinal. HEX triplet: CE, 21 and 33. RGB value is (206,33,51). Sum of RGB (Red+Green+Blue) = 206+33+51=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2133 is #31DECC. Grayscale: #565656. Windows color (decimal): -3268301 or 3350990. OLE color: 3350990.

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

Color convert

RGB 206 33 51 -
CMYK 0 0.84 0.75 0.19
HSL 353.76º 0.72% 0.47% -
HSV(B) 353.76º 0.84% 0.81% -
XYZ 26.6 14.45 4.52 -
YUV 86.78 107.81 213.04 -
System Red Green Blue C M Y K H S L
Decimal 206 33 51 0 0.84 0.75 0.19 353.76 0.72 0.47
Hex CE 21 33 0 54 4B 13 162 48 2F
Octal 316 41 63 0 124 113 23 542 110 57
Binary 11001110 100001 110011 0 1010100 1001011 10011 101100010 1001000 101111

Color Harmonies of #CE2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2133

Black with #CE2133

Text Example


Text Example

White with #CE2133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2133; }

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

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

background-color css

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

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

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

border-color css

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

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

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