Html Css Color HEX #CA3628 Persian Red

📋 copy color: '#CA3628'

red 202 ◦ green 54 ◦ blue 40

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

Shades of Persian Red #CA3628

Tints of Persian Red #CA3628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

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

R = 68.24%
G = 18.24%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CA3628 (or 0xCA3628) is known color: Persian Red. HEX triplet: CA, 36 and 28. RGB value is (202,54,40). Sum of RGB (Red+Green+Blue) = 202+54+40=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3628 is #35C9D7. Grayscale: #606060. Windows color (decimal): -3525080 or 2635466. OLE color: 2635466.

HSL color Cylindrical-coordinate representation of color #CA3628: hue angle of 5.19º 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 #CA3628 is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 54 40 -
CMYK 0 0.73 0.80 0.21
HSL 5.19º 0.67% 0.47% -
HSV(B) 5.19º 0.8% 0.79% -
XYZ 26.06 15.35 3.6 -
YUV 96.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 202 54 40 0 0.73 0.80 0.21 5.19 0.67 0.47
Hex CA 36 28 0 49 50 15 5 43 2F
Octal 312 66 50 0 111 120 25 5 103 57
Binary 11001010 110110 101000 0 1001001 1010000 10101 101 1000011 101111

Color Harmonies of #CA3628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3628

Black with #CA3628

Text Example


Text Example

White with #CA3628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3628; }

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

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

background-color css

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

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

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

border-color css

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

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

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