Html Css Color HEX #CB3125 Persian Red

📋 copy color: '#CB3125'

red 203 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #CB3125

Tints of Persian Red #CB3125

RGB

 RED value IS 203 (79.69% from 255) = 70.24%

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 70.24%
G = 16.96%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB3125 (or 0xCB3125) is known color: Persian Red. HEX triplet: CB, 31 and 25. RGB value is (203,49,37). Sum of RGB (Red+Green+Blue) = 203+49+37=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3125 is #34CEDA. Grayscale: #5D5D5D. Windows color (decimal): -3460827 or 2437579. OLE color: 2437579.

HSL color Cylindrical-coordinate representation of color #CB3125: hue angle of 4.34º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB3125 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 49 37 -
CMYK 0 0.76 0.82 0.20
HSL 4.34º 0.69% 0.47% -
HSV(B) 4.34º 0.82% 0.8% -
XYZ 26.06 15.03 3.28 -
YUV 93.68 96.02 205.98 -
System Red Green Blue C M Y K H S L
Decimal 203 49 37 0 0.76 0.82 0.20 4.34 0.69 0.47
Hex CB 31 25 0 4C 52 14 4 45 2F
Octal 313 61 45 0 114 122 24 4 105 57
Binary 11001011 110001 100101 0 1001100 1010010 10100 100 1000101 101111

Color Harmonies of #CB3125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3125

Black with #CB3125

Text Example


Text Example

White with #CB3125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3125; }

 p { color: rgb(203,49,37); }

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

background-color css

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

 a { background-color: rgb(203,49,37); }

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

border-color css

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

 span { border-color: rgb(203,49,37); }

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