Html Css Color HEX #CE1730 Cardinal

📋 copy color: '#CE1730'

red 206 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #CE1730

Tints of Cardinal #CE1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.3%

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

R = 74.37%
G = 8.3%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE1730 (or 0xCE1730) is known color: Cardinal. HEX triplet: CE, 17 and 30. RGB value is (206,23,48). Sum of RGB (Red+Green+Blue) = 206+23+48=277 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.37% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1730 is #31E8CF. Grayscale: #505050. Windows color (decimal): -3270864 or 3151822. OLE color: 3151822.

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

Color convert

RGB 206 23 48 -
CMYK 0 0.89 0.77 0.19
HSL 351.8º 0.8% 0.45% -
HSV(B) 351.8º 0.89% 0.81% -
XYZ 26.29 13.95 4.1 -
YUV 80.57 109.63 217.47 -
System Red Green Blue C M Y K H S L
Decimal 206 23 48 0 0.89 0.77 0.19 351.8 0.8 0.45
Hex CE 17 30 0 59 4D 13 160 50 2D
Octal 316 27 60 0 131 115 23 540 120 55
Binary 11001110 10111 110000 0 1011001 1001101 10011 101100000 1010000 101101

Color Harmonies of #CE1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1730

Black with #CE1730

Text Example


Text Example

White with #CE1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1730; }

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

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

background-color css

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

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

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

border-color css

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

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

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