Html Css Color HEX #CE2241 Cardinal

📋 copy color: '#CE2241'

red 206 ◦ green 34 ◦ blue 65

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

Shades of Cardinal #CE2241

Tints of Cardinal #CE2241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.15%

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

R = 67.54%
G = 11.15%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2241 (or 0xCE2241) is known color: Cardinal. HEX triplet: CE, 22 and 41. RGB value is (206,34,65). Sum of RGB (Red+Green+Blue) = 206+34+65=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2241 is #31DDBE. Grayscale: #595959. Windows color (decimal): -3268031 or 4268750. OLE color: 4268750.

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

Color convert

RGB 206 34 65 -
CMYK 0 0.83 0.68 0.19
HSL 349.19º 0.72% 0.47% -
HSV(B) 349.19º 0.83% 0.81% -
XYZ 26.98 14.65 6.41 -
YUV 88.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 206 34 65 0 0.83 0.68 0.19 349.19 0.72 0.47
Hex CE 22 41 0 53 44 13 15D 48 2F
Octal 316 42 101 0 123 104 23 535 110 57
Binary 11001110 100010 1000001 0 1010011 1000100 10011 101011101 1001000 101111

Color Harmonies of #CE2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2241

Black with #CE2241

Text Example


Text Example

White with #CE2241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2241; }

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

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

background-color css

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

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

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

border-color css

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

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

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