Html Css Color HEX #CE1934 Cardinal

📋 copy color: '#CE1934'

red 206 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #CE1934

Tints of Cardinal #CE1934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.37%

R = 72.79%
G = 8.83%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE1934 (or 0xCE1934) is known color: Cardinal. HEX triplet: CE, 19 and 34. RGB value is (206,25,52). Sum of RGB (Red+Green+Blue) = 206+25+52=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1934 is #31E6CB. Grayscale: #525252. Windows color (decimal): -3270348 or 3414478. OLE color: 3414478.

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

Color convert

RGB 206 25 52 -
CMYK 0 0.88 0.75 0.19
HSL 351.05º 0.78% 0.45% -
HSV(B) 351.05º 0.88% 0.81% -
XYZ 26.42 14.07 4.57 -
YUV 82.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 206 25 52 0 0.88 0.75 0.19 351.05 0.78 0.45
Hex CE 19 34 0 58 4B 13 15F 4E 2D
Octal 316 31 64 0 130 113 23 537 116 55
Binary 11001110 11001 110100 0 1011000 1001011 10011 101011111 1001110 101101

Color Harmonies of #CE1934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1934

Black with #CE1934

Text Example


Text Example

White with #CE1934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1934; }

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

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

background-color css

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

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

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

border-color css

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

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

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