Html Css Color HEX #CF3353 Old Rose

📋 copy color: '#CF3353'

red 207 ◦ green 51 ◦ blue 83

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

Shades of Old Rose #CF3353

Tints of Old Rose #CF3353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.96%

 BLUE value IS 83 (32.81% from 255) = 24.34%

R = 60.7%
G = 14.96%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF3353 (or 0xCF3353) is known color: Old Rose. HEX triplet: CF, 33 and 53. RGB value is (207,51,83). Sum of RGB (Red+Green+Blue) = 207+51+83=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3353 is #30CCAC. Grayscale: #656565. Windows color (decimal): -3198125 or 5452751. OLE color: 5452751.

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

Color convert

RGB 207 51 83 -
CMYK 0 0.75 0.60 0.19
HSL 347.69º 0.62% 0.51% -
HSV(B) 347.69º 0.75% 0.81% -
XYZ 28.48 16.26 9.82 -
YUV 101.29 117.68 203.4 -
System Red Green Blue C M Y K H S L
Decimal 207 51 83 0 0.75 0.60 0.19 347.69 0.62 0.51
Hex CF 33 53 0 4B 3C 13 15C 3E 33
Octal 317 63 123 0 113 74 23 534 76 63
Binary 11001111 110011 1010011 0 1001011 111100 10011 101011100 111110 110011

Color Harmonies of #CF3353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3353

Black with #CF3353

Text Example


Text Example

White with #CF3353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3353; }

 p { color: rgb(207,51,83); }

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

background-color css

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

 a { background-color: rgb(207,51,83); }

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

border-color css

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

 span { border-color: rgb(207,51,83); }

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