Html Css Color HEX #C33D35 Persian Red

📋 copy color: '#C33D35'

red 195 ◦ green 61 ◦ blue 53

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

Shades of Persian Red #C33D35

Tints of Persian Red #C33D35

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 63.11%
G = 19.74%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C33D35 (or 0xC33D35) is known color: Persian Red. HEX triplet: C3, 3D and 35. RGB value is (195,61,53). Sum of RGB (Red+Green+Blue) = 195+61+53=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D35 is #3CC2CA. Grayscale: #646464. Windows color (decimal): -3982027 or 3489219. OLE color: 3489219.

HSL color Cylindrical-coordinate representation of color #C33D35: hue angle of 3.38º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33D35 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 53 -
CMYK 0 0.69 0.73 0.24
HSL 3.38º 0.57% 0.49% -
HSV(B) 3.38º 0.73% 0.76% -
XYZ 24.82 15.2 4.99 -
YUV 100.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 195 61 53 0 0.69 0.73 0.24 3.38 0.57 0.49
Hex C3 3D 35 0 45 49 18 3 39 31
Octal 303 75 65 0 105 111 30 3 71 61
Binary 11000011 111101 110101 0 1000101 1001001 11000 11 111001 110001

Color Harmonies of #C33D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D35

Black with #C33D35

Text Example


Text Example

White with #C33D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D35; }

 p { color: rgb(195,61,53); }

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

background-color css

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

 a { background-color: rgb(195,61,53); }

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

border-color css

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

 span { border-color: rgb(195,61,53); }

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