Html Css Color HEX #CF4948 Valencia

📋 copy color: '#CF4948'

red 207 ◦ green 73 ◦ blue 72

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

Shades of Valencia #CF4948

Tints of Valencia #CF4948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.74%

 BLUE value IS 72 (28.52% from 255) = 20.45%

R = 58.81%
G = 20.74%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF4948 (or 0xCF4948) is known color: Valencia. HEX triplet: CF, 49 and 48. RGB value is (207,73,72). Sum of RGB (Red+Green+Blue) = 207+73+72=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4948 is #30B6B7. Grayscale: #717171. Windows color (decimal): -3192504 or 4737487. OLE color: 4737487.

HSL color Cylindrical-coordinate representation of color #CF4948: hue angle of 0.44º 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 #CF4948 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 73 72 -
CMYK 0 0.65 0.65 0.19
HSL 0.44º 0.58% 0.55% -
HSV(B) 0.44º 0.65% 0.81% -
XYZ 29.28 18.5 8.16 -
YUV 112.95 104.89 195.08 -
System Red Green Blue C M Y K H S L
Decimal 207 73 72 0 0.65 0.65 0.19 0.44 0.58 0.55
Hex CF 49 48 0 41 41 13 0 3A 37
Octal 317 111 110 0 101 101 23 0 72 67
Binary 11001111 1001001 1001000 0 1000001 1000001 10011 0 111010 110111

Color Harmonies of #CF4948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4948

Black with #CF4948

Text Example


Text Example

White with #CF4948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4948; }

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

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

background-color css

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

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

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

border-color css

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

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

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