Html Css Color HEX #CF4C42 Valencia

📋 copy color: '#CF4C42'

red 207 ◦ green 76 ◦ blue 66

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

Shades of Valencia #CF4C42

Tints of Valencia #CF4C42

RGB

 RED value IS 207 (81.25% from 255) = 59.31%

 GREEN value IS 76 (30.08% from 255) = 21.78%

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 59.31%
G = 21.78%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF4C42 (or 0xCF4C42) is known color: Valencia. HEX triplet: CF, 4C and 42. RGB value is (207,76,66). Sum of RGB (Red+Green+Blue) = 207+76+66=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4C42 is #30B3BD. Grayscale: #727272. Windows color (decimal): -3191742 or 4345039. OLE color: 4345039.

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

Color convert

RGB 207 76 66 -
CMYK 0 0.63 0.68 0.19
HSL 4.26º 0.59% 0.54% -
HSV(B) 4.26º 0.68% 0.81% -
XYZ 29.3 18.83 7.24 -
YUV 114.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 207 76 66 0 0.63 0.68 0.19 4.26 0.59 0.54
Hex CF 4C 42 0 3F 44 13 4 3B 36
Octal 317 114 102 0 77 104 23 4 73 66
Binary 11001111 1001100 1000010 0 111111 1000100 10011 100 111011 110110

Color Harmonies of #CF4C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4C42

Black with #CF4C42

Text Example


Text Example

White with #CF4C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4C42; }

 p { color: rgb(207,76,66); }

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

background-color css

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

 a { background-color: rgb(207,76,66); }

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

border-color css

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

 span { border-color: rgb(207,76,66); }

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