Html Css Color HEX #CE1335 Cardinal

📋 copy color: '#CE1335'

red 206 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #CE1335

Tints of Cardinal #CE1335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 19.06%

R = 74.1%
G = 6.83%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE1335 (or 0xCE1335) is known color: Cardinal. HEX triplet: CE, 13 and 35. RGB value is (206,19,53). Sum of RGB (Red+Green+Blue) = 206+19+53=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 53 (21.09% from 255 or 19.06% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1335 is #31ECCA. Grayscale: #4E4E4E. Windows color (decimal): -3271883 or 3478478. OLE color: 3478478.

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

Color convert

RGB 206 19 53 -
CMYK 0 0.91 0.74 0.19
HSL 349.09º 0.83% 0.44% -
HSV(B) 349.09º 0.91% 0.81% -
XYZ 26.33 13.84 4.65 -
YUV 78.79 113.45 218.74 -
System Red Green Blue C M Y K H S L
Decimal 206 19 53 0 0.91 0.74 0.19 349.09 0.83 0.44
Hex CE 13 35 0 5B 4A 13 15D 53 2C
Octal 316 23 65 0 133 112 23 535 123 54
Binary 11001110 10011 110101 0 1011011 1001010 10011 101011101 1010011 101100

Color Harmonies of #CE1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1335

Black with #CE1335

Text Example


Text Example

White with #CE1335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1335; }

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

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

background-color css

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

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

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

border-color css

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

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

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