Html Css Color HEX #CE2044 Cardinal

📋 copy color: '#CE2044'

red 206 ◦ green 32 ◦ blue 68

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

Shades of Cardinal #CE2044

Tints of Cardinal #CE2044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.46%

 BLUE value IS 68 (26.95% from 255) = 22.22%

R = 67.32%
G = 10.46%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE2044 (or 0xCE2044) is known color: Cardinal. HEX triplet: CE, 20 and 44. RGB value is (206,32,68). Sum of RGB (Red+Green+Blue) = 206+32+68=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2044 is #31DFBB. Grayscale: #585858. Windows color (decimal): -3268540 or 4464846. OLE color: 4464846.

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

Color convert

RGB 206 32 68 -
CMYK 0 0.84 0.67 0.19
HSL 347.59º 0.73% 0.47% -
HSV(B) 347.59º 0.84% 0.81% -
XYZ 27.01 14.57 6.86 -
YUV 88.13 116.65 212.07 -
System Red Green Blue C M Y K H S L
Decimal 206 32 68 0 0.84 0.67 0.19 347.59 0.73 0.47
Hex CE 20 44 0 54 43 13 15C 49 2F
Octal 316 40 104 0 124 103 23 534 111 57
Binary 11001110 100000 1000100 0 1010100 1000011 10011 101011100 1001001 101111

Color Harmonies of #CE2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2044

Black with #CE2044

Text Example


Text Example

White with #CE2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2044; }

 p { color: rgb(206,32,68); }

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

background-color css

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

 a { background-color: rgb(206,32,68); }

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

border-color css

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

 span { border-color: rgb(206,32,68); }

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