Html Css Color HEX #CE2141 Cardinal

📋 copy color: '#CE2141'

red 206 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #CE2141

Tints of Cardinal #CE2141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 67.76%
G = 10.86%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2141 (or 0xCE2141) is known color: Cardinal. HEX triplet: CE, 21 and 41. RGB value is (206,33,65). Sum of RGB (Red+Green+Blue) = 206+33+65=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2141 is #31DEBE. Grayscale: #585858. Windows color (decimal): -3268287 or 4268494. OLE color: 4268494.

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

Color convert

RGB 206 33 65 -
CMYK 0 0.84 0.68 0.19
HSL 348.9º 0.72% 0.47% -
HSV(B) 348.9º 0.84% 0.81% -
XYZ 26.95 14.59 6.4 -
YUV 88.38 114.81 211.9 -
System Red Green Blue C M Y K H S L
Decimal 206 33 65 0 0.84 0.68 0.19 348.9 0.72 0.47
Hex CE 21 41 0 54 44 13 15D 48 2F
Octal 316 41 101 0 124 104 23 535 110 57
Binary 11001110 100001 1000001 0 1010100 1000100 10011 101011101 1001000 101111

Color Harmonies of #CE2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2141

Black with #CE2141

Text Example


Text Example

White with #CE2141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2141; }

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

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

background-color css

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

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

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

border-color css

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

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

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