Html Css Color HEX #CE1949 Cardinal

📋 copy color: '#CE1949'

red 206 ◦ green 25 ◦ blue 73

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

Shades of Cardinal #CE1949

Tints of Cardinal #CE1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 67.76%
G = 8.22%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE1949 (or 0xCE1949) is known color: Cardinal. HEX triplet: CE, 19 and 49. RGB value is (206,25,73). Sum of RGB (Red+Green+Blue) = 206+25+73=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1949 is #31E6B6. Grayscale: #545454. Windows color (decimal): -3270327 or 4790734. OLE color: 4790734.

HSL color Cylindrical-coordinate representation of color #CE1949: hue angle of 344.09º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1949 is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 73 -
CMYK 0 0.88 0.65 0.19
HSL 344.09º 0.78% 0.45% -
HSV(B) 344.09º 0.88% 0.81% -
XYZ 27 14.3 7.64 -
YUV 84.59 121.47 214.6 -
System Red Green Blue C M Y K H S L
Decimal 206 25 73 0 0.88 0.65 0.19 344.09 0.78 0.45
Hex CE 19 49 0 58 41 13 158 4E 2D
Octal 316 31 111 0 130 101 23 530 116 55
Binary 11001110 11001 1001001 0 1011000 1000001 10011 101011000 1001110 101101

Color Harmonies of #CE1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1949

Black with #CE1949

Text Example


Text Example

White with #CE1949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1949; }

 p { color: rgb(206,25,73); }

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

background-color css

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

 a { background-color: rgb(206,25,73); }

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

border-color css

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

 span { border-color: rgb(206,25,73); }

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