Html Css Color HEX #CE2135 Cardinal

📋 copy color: '#CE2135'

red 206 ◦ green 33 ◦ blue 53

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

Shades of Cardinal #CE2135

Tints of Cardinal #CE2135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 70.55%
G = 11.3%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE2135 (or 0xCE2135) is known color: Cardinal. HEX triplet: CE, 21 and 35. RGB value is (206,33,53). Sum of RGB (Red+Green+Blue) = 206+33+53=292 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.55% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2135 is #31DECA. Grayscale: #575757. Windows color (decimal): -3268299 or 3482062. OLE color: 3482062.

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

Color convert

RGB 206 33 53 -
CMYK 0 0.84 0.74 0.19
HSL 353.06º 0.72% 0.47% -
HSV(B) 353.06º 0.84% 0.81% -
XYZ 26.64 14.47 4.76 -
YUV 87.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 206 33 53 0 0.84 0.74 0.19 353.06 0.72 0.47
Hex CE 21 35 0 54 4A 13 161 48 2F
Octal 316 41 65 0 124 112 23 541 110 57
Binary 11001110 100001 110101 0 1010100 1001010 10011 101100001 1001000 101111

Color Harmonies of #CE2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2135

Black with #CE2135

Text Example


Text Example

White with #CE2135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2135; }

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

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

background-color css

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

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

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

border-color css

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

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

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