Html Css Color HEX #CF4E4D Valencia

📋 copy color: '#CF4E4D'

red 207 ◦ green 78 ◦ blue 77

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

Shades of Valencia #CF4E4D

Tints of Valencia #CF4E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 57.18%
G = 21.55%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF4E4D (or 0xCF4E4D) is known color: Valencia. HEX triplet: CF, 4E and 4D. RGB value is (207,78,77). Sum of RGB (Red+Green+Blue) = 207+78+77=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E4D is #30B1B2. Grayscale: #747474. Windows color (decimal): -3191219 or 5066447. OLE color: 5066447.

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

Color convert

RGB 207 78 77 -
CMYK 0 0.62 0.63 0.19
HSL 0.46º 0.58% 0.56% -
HSV(B) 0.46º 0.63% 0.81% -
XYZ 29.8 19.25 9.17 -
YUV 116.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 207 78 77 0 0.62 0.63 0.19 0.46 0.58 0.56
Hex CF 4E 4D 0 3E 3F 13 0 3A 38
Octal 317 116 115 0 76 77 23 0 72 70
Binary 11001111 1001110 1001101 0 111110 111111 10011 0 111010 111000

Color Harmonies of #CF4E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4E4D

Black with #CF4E4D

Text Example


Text Example

White with #CF4E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4E4D; }

 p { color: rgb(207,78,77); }

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

background-color css

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

 a { background-color: rgb(207,78,77); }

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

border-color css

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

 span { border-color: rgb(207,78,77); }

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