Html Css Color HEX #CF3D3A Persian Red

📋 copy color: '#CF3D3A'

red 207 ◦ green 61 ◦ blue 58

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

Shades of Persian Red #CF3D3A

Tints of Persian Red #CF3D3A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

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

R = 63.5%
G = 18.71%
B = 17.79%

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

#CF3D3A (or 0xCF3D3A) is known color: Persian Red. HEX triplet: CF, 3D and 3A. RGB value is (207,61,58). Sum of RGB (Red+Green+Blue) = 207+61+58=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D3A is #30C2C5. Grayscale: #686868. Windows color (decimal): -3195590 or 3816911. OLE color: 3816911.

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

Color convert

RGB 207 61 58 -
CMYK 0 0.71 0.72 0.19
HSL 1.21º 0.61% 0.52% -
HSV(B) 1.21º 0.72% 0.81% -
XYZ 28.16 16.91 5.78 -
YUV 104.31 101.87 201.24 -
System Red Green Blue C M Y K H S L
Decimal 207 61 58 0 0.71 0.72 0.19 1.21 0.61 0.52
Hex CF 3D 3A 0 47 48 13 1 3D 34
Octal 317 75 72 0 107 110 23 1 75 64
Binary 11001111 111101 111010 0 1000111 1001000 10011 1 111101 110100

Color Harmonies of #CF3D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3D3A

Black with #CF3D3A

Text Example


Text Example

White with #CF3D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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