Html Css Color HEX #CF4E4B Valencia

📋 copy color: '#CF4E4B'

red 207 ◦ green 78 ◦ blue 75

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

Shades of Valencia #CF4E4B

Tints of Valencia #CF4E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 57.5%
G = 21.67%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF4E4B (or 0xCF4E4B) is known color: Valencia. HEX triplet: CF, 4E and 4B. RGB value is (207,78,75). Sum of RGB (Red+Green+Blue) = 207+78+75=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF4E4B is #30B1B4. Grayscale: #747474. Windows color (decimal): -3191221 or 4935375. OLE color: 4935375.

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

Color convert

RGB 207 78 75 -
CMYK 0 0.62 0.64 0.19
HSL 1.36º 0.58% 0.55% -
HSV(B) 1.36º 0.64% 0.81% -
XYZ 29.73 19.22 8.8 -
YUV 116.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 207 78 75 0 0.62 0.64 0.19 1.36 0.58 0.55
Hex CF 4E 4B 0 3E 40 13 1 3A 37
Octal 317 116 113 0 76 100 23 1 72 67
Binary 11001111 1001110 1001011 0 111110 1000000 10011 1 111010 110111

Color Harmonies of #CF4E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4E4B

Black with #CF4E4B

Text Example


Text Example

White with #CF4E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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