Html Css Color HEX #CE1C4B Cardinal

📋 copy color: '#CE1C4B'

red 206 ◦ green 28 ◦ blue 75

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

Shades of Cardinal #CE1C4B

Tints of Cardinal #CE1C4B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.06%

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 66.67%
G = 9.06%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE1C4B (or 0xCE1C4B) is known color: Cardinal. HEX triplet: CE, 1C and 4B. RGB value is (206,28,75). Sum of RGB (Red+Green+Blue) = 206+28+75=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1C4B is #31E3B4. Grayscale: #565656. Windows color (decimal): -3269557 or 4922574. OLE color: 4922574.

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

Color convert

RGB 206 28 75 -
CMYK 0 0.86 0.64 0.19
HSL 344.16º 0.76% 0.46% -
HSV(B) 344.16º 0.86% 0.81% -
XYZ 27.14 14.46 8.02 -
YUV 86.58 121.47 213.18 -
System Red Green Blue C M Y K H S L
Decimal 206 28 75 0 0.86 0.64 0.19 344.16 0.76 0.46
Hex CE 1C 4B 0 56 40 13 158 4C 2E
Octal 316 34 113 0 126 100 23 530 114 56
Binary 11001110 11100 1001011 0 1010110 1000000 10011 101011000 1001100 101110

Color Harmonies of #CE1C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1C4B

Black with #CE1C4B

Text Example


Text Example

White with #CE1C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1C4B; }

 p { color: rgb(206,28,75); }

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

background-color css

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

 a { background-color: rgb(206,28,75); }

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

border-color css

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

 span { border-color: rgb(206,28,75); }

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