Html Css Color HEX #C3302B Persian Red

📋 copy color: '#C3302B'

red 195 ◦ green 48 ◦ blue 43

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

Shades of Persian Red #C3302B

Tints of Persian Red #C3302B

RGB

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

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

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

R = 68.18%
G = 16.78%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3302B (or 0xC3302B) is known color: Persian Red. HEX triplet: C3, 30 and 2B. RGB value is (195,48,43). Sum of RGB (Red+Green+Blue) = 195+48+43=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C3302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3302B is #3CCFD4. Grayscale: #5B5B5B. Windows color (decimal): -3985365 or 2830531. OLE color: 2830531.

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

Color convert

RGB 195 48 43 -
CMYK 0 0.75 0.78 0.24
HSL 1.97º 0.64% 0.47% -
HSV(B) 1.97º 0.78% 0.76% -
XYZ 24 13.89 3.7 -
YUV 91.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 195 48 43 0 0.75 0.78 0.24 1.97 0.64 0.47
Hex C3 30 2B 0 4B 4E 18 2 40 2F
Octal 303 60 53 0 113 116 30 2 100 57
Binary 11000011 110000 101011 0 1001011 1001110 11000 10 1000000 101111

Color Harmonies of #C3302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3302B

Black with #C3302B

Text Example


Text Example

White with #C3302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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