Html Css Color HEX #CE1430 Cardinal

📋 copy color: '#CE1430'

red 206 ◦ green 20 ◦ blue 48

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

Shades of Cardinal #CE1430

Tints of Cardinal #CE1430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

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

R = 75.18%
G = 7.3%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE1430 (or 0xCE1430) is known color: Cardinal. HEX triplet: CE, 14 and 30. RGB value is (206,20,48). Sum of RGB (Red+Green+Blue) = 206+20+48=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1430 is #31EBCF. Grayscale: #4E4E4E. Windows color (decimal): -3271632 or 3151054. OLE color: 3151054.

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

Color convert

RGB 206 20 48 -
CMYK 0 0.90 0.77 0.19
HSL 350.97º 0.82% 0.44% -
HSV(B) 350.97º 0.9% 0.81% -
XYZ 26.24 13.84 4.08 -
YUV 78.81 110.62 218.72 -
System Red Green Blue C M Y K H S L
Decimal 206 20 48 0 0.90 0.77 0.19 350.97 0.82 0.44
Hex CE 14 30 0 5A 4D 13 15F 52 2C
Octal 316 24 60 0 132 115 23 537 122 54
Binary 11001110 10100 110000 0 1011010 1001101 10011 101011111 1010010 101100

Color Harmonies of #CE1430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1430

Black with #CE1430

Text Example


Text Example

White with #CE1430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1430; }

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

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

background-color css

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

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

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

border-color css

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

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

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