Html Css Color HEX #CE1830 Cardinal

📋 copy color: '#CE1830'

red 206 ◦ green 24 ◦ blue 48

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

Shades of Cardinal #CE1830

Tints of Cardinal #CE1830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.27%

R = 74.1%
G = 8.63%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE1830 (or 0xCE1830) is known color: Cardinal. HEX triplet: CE, 18 and 30. RGB value is (206,24,48). Sum of RGB (Red+Green+Blue) = 206+24+48=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1830 is #31E7CF. Grayscale: #515151. Windows color (decimal): -3270608 or 3152078. OLE color: 3152078.

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

Color convert

RGB 206 24 48 -
CMYK 0 0.88 0.77 0.19
HSL 352.09º 0.79% 0.45% -
HSV(B) 352.09º 0.88% 0.81% -
XYZ 26.31 13.99 4.11 -
YUV 81.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 206 24 48 0 0.88 0.77 0.19 352.09 0.79 0.45
Hex CE 18 30 0 58 4D 13 160 4F 2D
Octal 316 30 60 0 130 115 23 540 117 55
Binary 11001110 11000 110000 0 1011000 1001101 10011 101100000 1001111 101101

Color Harmonies of #CE1830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1830

Black with #CE1830

Text Example


Text Example

White with #CE1830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1830; }

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

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

background-color css

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

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

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

border-color css

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

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

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