Html Css Color HEX #CE2340 Cardinal

📋 copy color: '#CE2340'

red 206 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #CE2340

Tints of Cardinal #CE2340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.48%

 BLUE value IS 64 (25.39% from 255) = 20.98%

R = 67.54%
G = 11.48%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE2340 (or 0xCE2340) is known color: Cardinal. HEX triplet: CE, 23 and 40. RGB value is (206,35,64). Sum of RGB (Red+Green+Blue) = 206+35+64=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2340 is #31DCBF. Grayscale: #595959. Windows color (decimal): -3267776 or 4203470. OLE color: 4203470.

HSL color Cylindrical-coordinate representation of color #CE2340: hue angle of 349.82º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2340 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 35 64 -
CMYK 0 0.83 0.69 0.19
HSL 349.82º 0.71% 0.47% -
HSV(B) 349.82º 0.83% 0.81% -
XYZ 26.98 14.69 6.26 -
YUV 89.44 113.65 211.14 -
System Red Green Blue C M Y K H S L
Decimal 206 35 64 0 0.83 0.69 0.19 349.82 0.71 0.47
Hex CE 23 40 0 53 45 13 15E 47 2F
Octal 316 43 100 0 123 105 23 536 107 57
Binary 11001110 100011 1000000 0 1010011 1000101 10011 101011110 1000111 101111

Color Harmonies of #CE2340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2340

Black with #CE2340

Text Example


Text Example

White with #CE2340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2340; }

 p { color: rgb(206,35,64); }

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

background-color css

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

 a { background-color: rgb(206,35,64); }

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

border-color css

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

 span { border-color: rgb(206,35,64); }

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