Html Css Color HEX #CF3C3A Persian Red

📋 copy color: '#CF3C3A'

red 207 ◦ green 60 ◦ blue 58

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

Shades of Persian Red #CF3C3A

Tints of Persian Red #CF3C3A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

 BLUE value IS 58 (23.05% from 255) = 17.85%

R = 63.69%
G = 18.46%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF3C3A (or 0xCF3C3A) is known color: Persian Red. HEX triplet: CF, 3C and 3A. RGB value is (207,60,58). Sum of RGB (Red+Green+Blue) = 207+60+58=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C3A is #30C3C5. Grayscale: #676767. Windows color (decimal): -3195846 or 3816655. OLE color: 3816655.

HSL color Cylindrical-coordinate representation of color #CF3C3A: hue angle of 0.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3C3A is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 60 58 -
CMYK 0 0.71 0.72 0.19
HSL 0.81º 0.61% 0.52% -
HSV(B) 0.81º 0.72% 0.81% -
XYZ 28.11 16.8 5.76 -
YUV 103.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 207 60 58 0 0.71 0.72 0.19 0.81 0.61 0.52
Hex CF 3C 3A 0 47 48 13 1 3D 34
Octal 317 74 72 0 107 110 23 1 75 64
Binary 11001111 111100 111010 0 1000111 1001000 10011 1 111101 110100

Color Harmonies of #CF3C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3C3A

Black with #CF3C3A

Text Example


Text Example

White with #CF3C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3C3A; }

 p { color: rgb(207,60,58); }

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

background-color css

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

 a { background-color: rgb(207,60,58); }

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

border-color css

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

 span { border-color: rgb(207,60,58); }

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