Html Css Color HEX #CE183F Cardinal

📋 copy color: '#CE183F'

red 206 ◦ green 24 ◦ blue 63

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

Shades of Cardinal #CE183F

Tints of Cardinal #CE183F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.19%

 BLUE value IS 63 (25% from 255) = 21.5%

R = 70.31%
G = 8.19%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE183F (or 0xCE183F) is known color: Cardinal. HEX triplet: CE, 18 and 3F. RGB value is (206,24,63). Sum of RGB (Red+Green+Blue) = 206+24+63=293 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.31% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 206 - color contains mainly: red. Hex color #CE183F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE183F is #31E7C0. Grayscale: #525252. Windows color (decimal): -3270593 or 4135118. OLE color: 4135118.

HSL color Cylindrical-coordinate representation of color #CE183F: hue angle of 347.14º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE183F is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 24 63 -
CMYK 0 0.88 0.69 0.19
HSL 347.14º 0.79% 0.45% -
HSV(B) 347.14º 0.88% 0.81% -
XYZ 26.68 14.13 6.02 -
YUV 82.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 206 24 63 0 0.88 0.69 0.19 347.14 0.79 0.45
Hex CE 18 3F 0 58 45 13 15B 4F 2D
Octal 316 30 77 0 130 105 23 533 117 55
Binary 11001110 11000 111111 0 1011000 1000101 10011 101011011 1001111 101101

Color Harmonies of #CE183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE183F

Black with #CE183F

Text Example


Text Example

White with #CE183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE183F; }

 p { color: rgb(206,24,63); }

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

background-color css

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

 a { background-color: rgb(206,24,63); }

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

border-color css

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

 span { border-color: rgb(206,24,63); }

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