Html Css Color HEX #CF4B49 Valencia

📋 copy color: '#CF4B49'

red 207 ◦ green 75 ◦ blue 73

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

Shades of Valencia #CF4B49

Tints of Valencia #CF4B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.13%

 BLUE value IS 73 (28.91% from 255) = 20.56%

R = 58.31%
G = 21.13%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF4B49 (or 0xCF4B49) is known color: Valencia. HEX triplet: CF, 4B and 49. RGB value is (207,75,73). Sum of RGB (Red+Green+Blue) = 207+75+73=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4B49 is #30B4B6. Grayscale: #727272. Windows color (decimal): -3191991 or 4803535. OLE color: 4803535.

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

Color convert

RGB 207 75 73 -
CMYK 0 0.64 0.65 0.19
HSL 0.9º 0.58% 0.55% -
HSV(B) 0.9º 0.65% 0.81% -
XYZ 29.45 18.78 8.38 -
YUV 114.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 207 75 73 0 0.64 0.65 0.19 0.9 0.58 0.55
Hex CF 4B 49 0 40 41 13 1 3A 37
Octal 317 113 111 0 100 101 23 1 72 67
Binary 11001111 1001011 1001001 0 1000000 1000001 10011 1 111010 110111

Color Harmonies of #CF4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4B49

Black with #CF4B49

Text Example


Text Example

White with #CF4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4B49; }

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

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

background-color css

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

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

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

border-color css

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

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

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