Html Css Color HEX #C33D3A Persian Red

📋 copy color: '#C33D3A'

red 195 ◦ green 61 ◦ blue 58

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

Shades of Persian Red #C33D3A

Tints of Persian Red #C33D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.47%

R = 62.1%
G = 19.43%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C33D3A (or 0xC33D3A) is known color: Persian Red. HEX triplet: C3, 3D and 3A. RGB value is (195,61,58). Sum of RGB (Red+Green+Blue) = 195+61+58=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D3A is #3CC2C5. Grayscale: #646464. Windows color (decimal): -3982022 or 3816899. OLE color: 3816899.

HSL color Cylindrical-coordinate representation of color #C33D3A: hue angle of 1.31º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33D3A is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 58 -
CMYK 0 0.69 0.70 0.24
HSL 1.31º 0.54% 0.5% -
HSV(B) 1.31º 0.7% 0.76% -
XYZ 24.94 15.25 5.63 -
YUV 100.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 195 61 58 0 0.69 0.70 0.24 1.31 0.54 0.5
Hex C3 3D 3A 0 45 46 18 1 36 32
Octal 303 75 72 0 105 106 30 1 66 62
Binary 11000011 111101 111010 0 1000101 1000110 11000 1 110110 110010

Color Harmonies of #C33D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D3A

Black with #C33D3A

Text Example


Text Example

White with #C33D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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