Html Css Color HEX #CA332D Persian Red

📋 copy color: '#CA332D'

red 202 ◦ green 51 ◦ blue 45

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

Shades of Persian Red #CA332D

Tints of Persian Red #CA332D

RGB

 RED value IS 202 (79.3% from 255) = 67.79%

 GREEN value IS 51 (20.31% from 255) = 17.11%

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

R = 67.79%
G = 17.11%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA332D (or 0xCA332D) is known color: Persian Red. HEX triplet: CA, 33 and 2D. RGB value is (202,51,45). Sum of RGB (Red+Green+Blue) = 202+51+45=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA332D is #35CCD2. Grayscale: #5F5F5F. Windows color (decimal): -3525843 or 2962378. OLE color: 2962378.

HSL color Cylindrical-coordinate representation of color #CA332D: hue angle of 2.29º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA332D is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 51 45 -
CMYK 0 0.75 0.78 0.21
HSL 2.29º 0.64% 0.48% -
HSV(B) 2.29º 0.78% 0.79% -
XYZ 26.01 15.11 4.03 -
YUV 95.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 202 51 45 0 0.75 0.78 0.21 2.29 0.64 0.48
Hex CA 33 2D 0 4B 4E 15 2 40 30
Octal 312 63 55 0 113 116 25 2 100 60
Binary 11001010 110011 101101 0 1001011 1001110 10101 10 1000000 110000

Color Harmonies of #CA332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA332D

Black with #CA332D

Text Example


Text Example

White with #CA332D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA332D; }

 p { color: rgb(202,51,45); }

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

background-color css

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

 a { background-color: rgb(202,51,45); }

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

border-color css

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

 span { border-color: rgb(202,51,45); }

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