Html Css Color HEX #CE1834 Cardinal

📋 copy color: '#CE1834'

red 206 ◦ green 24 ◦ blue 52

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

Shades of Cardinal #CE1834

Tints of Cardinal #CE1834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.44%

R = 73.05%
G = 8.51%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE1834 (or 0xCE1834) is known color: Cardinal. HEX triplet: CE, 18 and 34. RGB value is (206,24,52). Sum of RGB (Red+Green+Blue) = 206+24+52=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1834 is #31E7CB. Grayscale: #515151. Windows color (decimal): -3270604 or 3414222. OLE color: 3414222.

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

Color convert

RGB 206 24 52 -
CMYK 0 0.88 0.75 0.19
HSL 350.77º 0.79% 0.45% -
HSV(B) 350.77º 0.88% 0.81% -
XYZ 26.4 14.02 4.56 -
YUV 81.61 111.3 216.72 -
System Red Green Blue C M Y K H S L
Decimal 206 24 52 0 0.88 0.75 0.19 350.77 0.79 0.45
Hex CE 18 34 0 58 4B 13 15F 4F 2D
Octal 316 30 64 0 130 113 23 537 117 55
Binary 11001110 11000 110100 0 1011000 1001011 10011 101011111 1001111 101101

Color Harmonies of #CE1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1834

Black with #CE1834

Text Example


Text Example

White with #CE1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1834; }

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

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

background-color css

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

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

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

border-color css

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

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

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