Html Css Color HEX #C7372B Persian Red

📋 copy color: '#C7372B'

red 199 ◦ green 55 ◦ blue 43

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

Shades of Persian Red #C7372B

Tints of Persian Red #C7372B

RGB

 RED value IS 199 (78.13% from 255) = 67%

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

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 67%
G = 18.52%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7372B (or 0xC7372B) is known color: Persian Red. HEX triplet: C7, 37 and 2B. RGB value is (199,55,43). Sum of RGB (Red+Green+Blue) = 199+55+43=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7372B is #38C8D4. Grayscale: #606060. Windows color (decimal): -3721429 or 2832327. OLE color: 2832327.

HSL color Cylindrical-coordinate representation of color #C7372B: hue angle of 4.62º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7372B is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 55 43 -
CMYK 0 0.72 0.78 0.22
HSL 4.62º 0.64% 0.47% -
HSV(B) 4.62º 0.78% 0.78% -
XYZ 25.36 15.05 3.85 -
YUV 96.69 97.71 200.98 -
System Red Green Blue C M Y K H S L
Decimal 199 55 43 0 0.72 0.78 0.22 4.62 0.64 0.47
Hex C7 37 2B 0 48 4E 16 5 40 2F
Octal 307 67 53 0 110 116 26 5 100 57
Binary 11000111 110111 101011 0 1001000 1001110 10110 101 1000000 101111

Color Harmonies of #C7372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7372B

Black with #C7372B

Text Example


Text Example

White with #C7372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7372B; }

 p { color: rgb(199,55,43); }

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

background-color css

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

 a { background-color: rgb(199,55,43); }

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

border-color css

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

 span { border-color: rgb(199,55,43); }

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