Html Css Color HEX #CE1332 Cardinal

📋 copy color: '#CE1332'

red 206 ◦ green 19 ◦ blue 50

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

Shades of Cardinal #CE1332

Tints of Cardinal #CE1332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 74.91%
G = 6.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE1332 (or 0xCE1332) is known color: Cardinal. HEX triplet: CE, 13 and 32. RGB value is (206,19,50). Sum of RGB (Red+Green+Blue) = 206+19+50=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1332 is #31ECCD. Grayscale: #4E4E4E. Windows color (decimal): -3271886 or 3281870. OLE color: 3281870.

HSL color Cylindrical-coordinate representation of color #CE1332: hue angle of 350.05º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE1332 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 19 50 -
CMYK 0 0.91 0.76 0.19
HSL 350.05º 0.83% 0.44% -
HSV(B) 350.05º 0.91% 0.81% -
XYZ 26.26 13.82 4.3 -
YUV 78.45 111.95 218.98 -
System Red Green Blue C M Y K H S L
Decimal 206 19 50 0 0.91 0.76 0.19 350.05 0.83 0.44
Hex CE 13 32 0 5B 4C 13 15E 53 2C
Octal 316 23 62 0 133 114 23 536 123 54
Binary 11001110 10011 110010 0 1011011 1001100 10011 101011110 1010011 101100

Color Harmonies of #CE1332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1332

Black with #CE1332

Text Example


Text Example

White with #CE1332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1332; }

 p { color: rgb(206,19,50); }

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

background-color css

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

 a { background-color: rgb(206,19,50); }

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

border-color css

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

 span { border-color: rgb(206,19,50); }

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