Html Css Color HEX #CE4E44 Valencia

📋 copy color: '#CE4E44'

red 206 ◦ green 78 ◦ blue 68

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

Shades of Valencia #CE4E44

Tints of Valencia #CE4E44

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.16%

 BLUE value IS 68 (26.95% from 255) = 19.32%

R = 58.52%
G = 22.16%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE4E44 (or 0xCE4E44) is known color: Valencia. HEX triplet: CE, 4E and 44. RGB value is (206,78,68). Sum of RGB (Red+Green+Blue) = 206+78+68=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4E44 is #31B1BB. Grayscale: #737373. Windows color (decimal): -3256764 or 4476622. OLE color: 4476622.

HSL color Cylindrical-coordinate representation of color #CE4E44: hue angle of 4.35º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4E44 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 78 68 -
CMYK 0 0.62 0.67 0.19
HSL 4.35º 0.58% 0.54% -
HSV(B) 4.35º 0.67% 0.81% -
XYZ 29.22 18.99 7.59 -
YUV 115.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 206 78 68 0 0.62 0.67 0.19 4.35 0.58 0.54
Hex CE 4E 44 0 3E 43 13 4 3A 36
Octal 316 116 104 0 76 103 23 4 72 66
Binary 11001110 1001110 1000100 0 111110 1000011 10011 100 111010 110110

Color Harmonies of #CE4E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4E44

Black with #CE4E44

Text Example


Text Example

White with #CE4E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4E44; }

 p { color: rgb(206,78,68); }

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

background-color css

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

 a { background-color: rgb(206,78,68); }

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

border-color css

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

 span { border-color: rgb(206,78,68); }

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