Html Css Color HEX #CE2134 Cardinal

📋 copy color: '#CE2134'

red 206 ◦ green 33 ◦ blue 52

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

Shades of Cardinal #CE2134

Tints of Cardinal #CE2134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 70.79%
G = 11.34%
B = 17.87%

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

#CE2134 (or 0xCE2134) is known color: Cardinal. HEX triplet: CE, 21 and 34. RGB value is (206,33,52). Sum of RGB (Red+Green+Blue) = 206+33+52=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2134 is #31DECB. Grayscale: #565656. Windows color (decimal): -3268300 or 3416526. OLE color: 3416526.

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

Color convert

RGB 206 33 52 -
CMYK 0 0.84 0.75 0.19
HSL 353.41º 0.72% 0.47% -
HSV(B) 353.41º 0.84% 0.81% -
XYZ 26.62 14.46 4.64 -
YUV 86.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 206 33 52 0 0.84 0.75 0.19 353.41 0.72 0.47
Hex CE 21 34 0 54 4B 13 161 48 2F
Octal 316 41 64 0 124 113 23 541 110 57
Binary 11001110 100001 110100 0 1010100 1001011 10011 101100001 1001000 101111

Color Harmonies of #CE2134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2134

Black with #CE2134

Text Example


Text Example

White with #CE2134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2134; }

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

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

background-color css

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

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

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

border-color css

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

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

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