Html Css Color HEX #C33B2B Persian Red

📋 copy color: '#C33B2B'

red 195 ◦ green 59 ◦ blue 43

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

Shades of Persian Red #C33B2B

Tints of Persian Red #C33B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

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

R = 65.66%
G = 19.87%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C33B2B (or 0xC33B2B) is known color: Persian Red. HEX triplet: C3, 3B and 2B. RGB value is (195,59,43). Sum of RGB (Red+Green+Blue) = 195+59+43=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33B2B is #3CC4D4. Grayscale: #626262. Windows color (decimal): -3982549 or 2833347. OLE color: 2833347.

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

Color convert

RGB 195 59 43 -
CMYK 0 0.70 0.78 0.24
HSL 6.32º 0.64% 0.47% -
HSV(B) 6.32º 0.78% 0.76% -
XYZ 24.51 14.9 3.87 -
YUV 97.84 97.06 197.3 -
System Red Green Blue C M Y K H S L
Decimal 195 59 43 0 0.70 0.78 0.24 6.32 0.64 0.47
Hex C3 3B 2B 0 46 4E 18 6 40 2F
Octal 303 73 53 0 106 116 30 6 100 57
Binary 11000011 111011 101011 0 1000110 1001110 11000 110 1000000 101111

Color Harmonies of #C33B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33B2B

Black with #C33B2B

Text Example


Text Example

White with #C33B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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