Html Css Color HEX #C3302D Persian Red

📋 copy color: '#C3302D'

red 195 ◦ green 48 ◦ blue 45

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

Shades of Persian Red #C3302D

Tints of Persian Red #C3302D

RGB

 RED value IS 195 (76.56% from 255) = 67.71%

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

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

R = 67.71%
G = 16.67%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3302D (or 0xC3302D) is known color: Persian Red. HEX triplet: C3, 30 and 2D. RGB value is (195,48,45). Sum of RGB (Red+Green+Blue) = 195+48+45=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C3302D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3302D is #3CCFD2. Grayscale: #5B5B5B. Windows color (decimal): -3985363 or 2961603. OLE color: 2961603.

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

Color convert

RGB 195 48 45 -
CMYK 0 0.75 0.77 0.24
HSL 1.2º 0.63% 0.47% -
HSV(B) 1.2º 0.77% 0.76% -
XYZ 24.04 13.91 3.9 -
YUV 91.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 195 48 45 0 0.75 0.77 0.24 1.2 0.63 0.47
Hex C3 30 2D 0 4B 4D 18 1 3E 2F
Octal 303 60 55 0 113 115 30 1 76 57
Binary 11000011 110000 101101 0 1001011 1001101 11000 1 111110 101111

Color Harmonies of #C3302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3302D

Black with #C3302D

Text Example


Text Example

White with #C3302D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3302D; }

 p { color: rgb(195,48,45); }

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

background-color css

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

 a { background-color: rgb(195,48,45); }

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

border-color css

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

 span { border-color: rgb(195,48,45); }

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