Html Css Color HEX #CE1230 Cardinal

📋 copy color: '#CE1230'

red 206 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #CE1230

Tints of Cardinal #CE1230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

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

R = 75.74%
G = 6.62%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE1230 (or 0xCE1230) is known color: Cardinal. HEX triplet: CE, 12 and 30. RGB value is (206,18,48). Sum of RGB (Red+Green+Blue) = 206+18+48=272 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.74% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1230 is #31EDCF. Grayscale: #4D4D4D. Windows color (decimal): -3272144 or 3150542. OLE color: 3150542.

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

Color convert

RGB 206 18 48 -
CMYK 0 0.91 0.77 0.19
HSL 350.43º 0.84% 0.44% -
HSV(B) 350.43º 0.91% 0.81% -
XYZ 26.2 13.77 4.07 -
YUV 77.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 206 18 48 0 0.91 0.77 0.19 350.43 0.84 0.44
Hex CE 12 30 0 5B 4D 13 15E 54 2C
Octal 316 22 60 0 133 115 23 536 124 54
Binary 11001110 10010 110000 0 1011011 1001101 10011 101011110 1010100 101100

Color Harmonies of #CE1230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1230

Black with #CE1230

Text Example


Text Example

White with #CE1230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1230; }

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

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

background-color css

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

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

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

border-color css

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

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

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