Html Css Color HEX #C33D2D Persian Red

📋 copy color: '#C33D2D'

red 195 ◦ green 61 ◦ blue 45

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

Shades of Persian Red #C33D2D

Tints of Persian Red #C33D2D

RGB

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

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

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

R = 64.78%
G = 20.27%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C33D2D (or 0xC33D2D) is known color: Persian Red. HEX triplet: C3, 3D and 2D. RGB value is (195,61,45). Sum of RGB (Red+Green+Blue) = 195+61+45=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D2D is #3CC2D2. Grayscale: #636363. Windows color (decimal): -3982035 or 2964931. OLE color: 2964931.

HSL color Cylindrical-coordinate representation of color #C33D2D: hue angle of 6.4º 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 #C33D2D is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 61 45 -
CMYK 0 0.69 0.77 0.24
HSL 6.4º 0.63% 0.47% -
HSV(B) 6.4º 0.77% 0.76% -
XYZ 24.65 15.13 4.1 -
YUV 99.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 195 61 45 0 0.69 0.77 0.24 6.4 0.63 0.47
Hex C3 3D 2D 0 45 4D 18 6 3E 2F
Octal 303 75 55 0 105 115 30 6 76 57
Binary 11000011 111101 101101 0 1000101 1001101 11000 110 111110 101111

Color Harmonies of #C33D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33D2D

Black with #C33D2D

Text Example


Text Example

White with #C33D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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