Html Css Color HEX #CE1B4C Cardinal

📋 copy color: '#CE1B4C'

red 206 ◦ green 27 ◦ blue 76

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

Shades of Cardinal #CE1B4C

Tints of Cardinal #CE1B4C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.74%

 BLUE value IS 76 (30.08% from 255) = 24.6%

R = 66.67%
G = 8.74%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE1B4C (or 0xCE1B4C) is known color: Cardinal. HEX triplet: CE, 1B and 4C. RGB value is (206,27,76). Sum of RGB (Red+Green+Blue) = 206+27+76=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1B4C is #31E4B3. Grayscale: #565656. Windows color (decimal): -3269812 or 4987854. OLE color: 4987854.

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

Color convert

RGB 206 27 76 -
CMYK 0 0.87 0.63 0.19
HSL 343.58º 0.77% 0.46% -
HSV(B) 343.58º 0.87% 0.81% -
XYZ 27.15 14.43 8.19 -
YUV 86.11 122.3 213.52 -
System Red Green Blue C M Y K H S L
Decimal 206 27 76 0 0.87 0.63 0.19 343.58 0.77 0.46
Hex CE 1B 4C 0 57 3F 13 158 4D 2E
Octal 316 33 114 0 127 77 23 530 115 56
Binary 11001110 11011 1001100 0 1010111 111111 10011 101011000 1001101 101110

Color Harmonies of #CE1B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1B4C

Black with #CE1B4C

Text Example


Text Example

White with #CE1B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1B4C; }

 p { color: rgb(206,27,76); }

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

background-color css

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

 a { background-color: rgb(206,27,76); }

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

border-color css

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

 span { border-color: rgb(206,27,76); }

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