Html Css Color HEX #C0302F Persian Red

📋 copy color: '#C0302F'

red 192 ◦ green 48 ◦ blue 47

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

Shades of Persian Red #C0302F

Tints of Persian Red #C0302F

RGB

 RED value IS 192 (75.39% from 255) = 66.9%

 GREEN value IS 48 (19.14% from 255) = 16.72%

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 66.9%
G = 16.72%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0302F (or 0xC0302F) is known color: Persian Red. HEX triplet: C0, 30 and 2F. RGB value is (192,48,47). Sum of RGB (Red+Green+Blue) = 192+48+47=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0302F is #3FCFD0. Grayscale: #5B5B5B. Windows color (decimal): -4181969 or 3092672. OLE color: 3092672.

HSL color Cylindrical-coordinate representation of color #C0302F: hue angle of 0.41º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0302F is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 47 -
CMYK 0 0.75 0.76 0.25
HSL 0.41º 0.61% 0.47% -
HSV(B) 0.41º 0.76% 0.75% -
XYZ 23.31 13.53 4.07 -
YUV 90.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 192 48 47 0 0.75 0.76 0.25 0.41 0.61 0.47
Hex C0 30 2F 0 4B 4C 19 0 3D 2F
Octal 300 60 57 0 113 114 31 0 75 57
Binary 11000000 110000 101111 0 1001011 1001100 11001 0 111101 101111

Color Harmonies of #C0302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0302F

Black with #C0302F

Text Example


Text Example

White with #C0302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0302F; }

 p { color: rgb(192,48,47); }

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

background-color css

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

 a { background-color: rgb(192,48,47); }

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

border-color css

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

 span { border-color: rgb(192,48,47); }

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