Html Css Color HEX #CF372D Persian Red

📋 copy color: '#CF372D'

red 207 ◦ green 55 ◦ blue 45

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

Shades of Persian Red #CF372D

Tints of Persian Red #CF372D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 45 (17.97% from 255) = 14.66%

R = 67.43%
G = 17.92%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CF372D (or 0xCF372D) is known color: Persian Red. HEX triplet: CF, 37 and 2D. RGB value is (207,55,45). Sum of RGB (Red+Green+Blue) = 207+55+45=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF372D is #30C8D2. Grayscale: #636363. Windows color (decimal): -3197139 or 2963407. OLE color: 2963407.

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

Color convert

RGB 207 55 45 -
CMYK 0 0.73 0.78 0.19
HSL 3.7º 0.64% 0.49% -
HSV(B) 3.7º 0.78% 0.81% -
XYZ 27.57 16.19 4.15 -
YUV 99.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 207 55 45 0 0.73 0.78 0.19 3.7 0.64 0.49
Hex CF 37 2D 0 49 4E 13 4 40 31
Octal 317 67 55 0 111 116 23 4 100 61
Binary 11001111 110111 101101 0 1001001 1001110 10011 100 1000000 110001

Color Harmonies of #CF372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF372D

Black with #CF372D

Text Example


Text Example

White with #CF372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF372D; }

 p { color: rgb(207,55,45); }

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

background-color css

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

 a { background-color: rgb(207,55,45); }

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

border-color css

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

 span { border-color: rgb(207,55,45); }

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