Html Css Color HEX #CE1333 Cardinal

📋 copy color: '#CE1333'

red 206 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #CE1333

Tints of Cardinal #CE1333

RGB

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

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

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

R = 74.64%
G = 6.88%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE1333 (or 0xCE1333) is known color: Cardinal. HEX triplet: CE, 13 and 33. RGB value is (206,19,51). Sum of RGB (Red+Green+Blue) = 206+19+51=276 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.64% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1333 is #31ECCC. Grayscale: #4E4E4E. Windows color (decimal): -3271885 or 3347406. OLE color: 3347406.

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

Color convert

RGB 206 19 51 -
CMYK 0 0.91 0.75 0.19
HSL 349.73º 0.83% 0.44% -
HSV(B) 349.73º 0.91% 0.81% -
XYZ 26.28 13.83 4.42 -
YUV 78.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 206 19 51 0 0.91 0.75 0.19 349.73 0.83 0.44
Hex CE 13 33 0 5B 4B 13 15E 53 2C
Octal 316 23 63 0 133 113 23 536 123 54
Binary 11001110 10011 110011 0 1011011 1001011 10011 101011110 1010011 101100

Color Harmonies of #CE1333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1333

Black with #CE1333

Text Example


Text Example

White with #CE1333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1333; }

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

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

background-color css

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

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

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

border-color css

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

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

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