Html Css Color HEX #C3302A Persian Red

📋 copy color: '#C3302A'

red 195 ◦ green 48 ◦ blue 42

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

Shades of Persian Red #C3302A

Tints of Persian Red #C3302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.74%

R = 68.42%
G = 16.84%
B = 14.74%

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

#C3302A (or 0xC3302A) is known color: Persian Red. HEX triplet: C3, 30 and 2A. RGB value is (195,48,42). Sum of RGB (Red+Green+Blue) = 195+48+42=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C3302A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3302A is #3CCFD5. Grayscale: #5B5B5B. Windows color (decimal): -3985366 or 2764995. OLE color: 2764995.

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

Color convert

RGB 195 48 42 -
CMYK 0 0.75 0.78 0.24
HSL 2.35º 0.65% 0.46% -
HSV(B) 2.35º 0.78% 0.76% -
XYZ 23.98 13.88 3.61 -
YUV 91.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 195 48 42 0 0.75 0.78 0.24 2.35 0.65 0.46
Hex C3 30 2A 0 4B 4E 18 2 41 2E
Octal 303 60 52 0 113 116 30 2 101 56
Binary 11000011 110000 101010 0 1001011 1001110 11000 10 1000001 101110

Color Harmonies of #C3302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3302A

Black with #C3302A

Text Example


Text Example

White with #C3302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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