Html Css Color HEX #CA3328 Persian Red

📋 copy color: '#CA3328'

red 202 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #CA3328

Tints of Persian Red #CA3328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 68.94%
G = 17.41%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA3328 (or 0xCA3328) is known color: Persian Red. HEX triplet: CA, 33 and 28. RGB value is (202,51,40). Sum of RGB (Red+Green+Blue) = 202+51+40=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3328 is #35CCD7. Grayscale: #5F5F5F. Windows color (decimal): -3525848 or 2634698. OLE color: 2634698.

HSL color Cylindrical-coordinate representation of color #CA3328: hue angle of 4.07º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA3328 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 51 40 -
CMYK 0 0.75 0.80 0.21
HSL 4.07º 0.67% 0.47% -
HSV(B) 4.07º 0.8% 0.79% -
XYZ 25.92 15.08 3.55 -
YUV 94.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 202 51 40 0 0.75 0.80 0.21 4.07 0.67 0.47
Hex CA 33 28 0 4B 50 15 4 43 2F
Octal 312 63 50 0 113 120 25 4 103 57
Binary 11001010 110011 101000 0 1001011 1010000 10101 100 1000011 101111

Color Harmonies of #CA3328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3328

Black with #CA3328

Text Example


Text Example

White with #CA3328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3328; }

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

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

background-color css

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

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

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

border-color css

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

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

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