Html Css Color HEX #CE1933 Cardinal

📋 copy color: '#CE1933'

red 206 ◦ green 25 ◦ blue 51

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

Shades of Cardinal #CE1933

Tints of Cardinal #CE1933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 73.05%
G = 8.87%
B = 18.09%

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

#CE1933 (or 0xCE1933) is known color: Cardinal. HEX triplet: CE, 19 and 33. RGB value is (206,25,51). Sum of RGB (Red+Green+Blue) = 206+25+51=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1933 is #31E6CC. Grayscale: #525252. Windows color (decimal): -3270349 or 3348942. OLE color: 3348942.

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

Color convert

RGB 206 25 51 -
CMYK 0 0.88 0.75 0.19
HSL 351.38º 0.78% 0.45% -
HSV(B) 351.38º 0.88% 0.81% -
XYZ 26.4 14.06 4.45 -
YUV 82.08 110.47 216.39 -
System Red Green Blue C M Y K H S L
Decimal 206 25 51 0 0.88 0.75 0.19 351.38 0.78 0.45
Hex CE 19 33 0 58 4B 13 15F 4E 2D
Octal 316 31 63 0 130 113 23 537 116 55
Binary 11001110 11001 110011 0 1011000 1001011 10011 101011111 1001110 101101

Color Harmonies of #CE1933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1933

Black with #CE1933

Text Example


Text Example

White with #CE1933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1933; }

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

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

background-color css

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

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

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

border-color css

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

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

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