Html Css Color HEX #CE1F3C Cardinal

📋 copy color: '#CE1F3C'

red 206 ◦ green 31 ◦ blue 60

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

Shades of Cardinal #CE1F3C

Tints of Cardinal #CE1F3C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.44%

 BLUE value IS 60 (23.83% from 255) = 20.2%

R = 69.36%
G = 10.44%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE1F3C (or 0xCE1F3C) is known color: Cardinal. HEX triplet: CE, 1F and 3C. RGB value is (206,31,60). Sum of RGB (Red+Green+Blue) = 206+31+60=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F3C is #31E0C3. Grayscale: #565656. Windows color (decimal): -3268804 or 3940302. OLE color: 3940302.

HSL color Cylindrical-coordinate representation of color #CE1F3C: hue angle of 350.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1F3C is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 31 60 -
CMYK 0 0.85 0.71 0.19
HSL 350.06º 0.74% 0.46% -
HSV(B) 350.06º 0.85% 0.81% -
XYZ 26.76 14.43 5.65 -
YUV 86.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 206 31 60 0 0.85 0.71 0.19 350.06 0.74 0.46
Hex CE 1F 3C 0 55 47 13 15E 4A 2E
Octal 316 37 74 0 125 107 23 536 112 56
Binary 11001110 11111 111100 0 1010101 1000111 10011 101011110 1001010 101110

Color Harmonies of #CE1F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F3C

Black with #CE1F3C

Text Example


Text Example

White with #CE1F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F3C; }

 p { color: rgb(206,31,60); }

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

background-color css

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

 a { background-color: rgb(206,31,60); }

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

border-color css

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

 span { border-color: rgb(206,31,60); }

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