Html Css Color HEX #CB362E Persian Red

📋 copy color: '#CB362E'

red 203 ◦ green 54 ◦ blue 46

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

Shades of Persian Red #CB362E

Tints of Persian Red #CB362E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.18%

R = 67%
G = 17.82%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB362E (or 0xCB362E) is known color: Persian Red. HEX triplet: CB, 36 and 2E. RGB value is (203,54,46). Sum of RGB (Red+Green+Blue) = 203+54+46=303 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.00% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 203 - color contains mainly: red. Hex color #CB362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB362E is #34C9D1. Grayscale: #616161. Windows color (decimal): -3459538 or 3028683. OLE color: 3028683.

HSL color Cylindrical-coordinate representation of color #CB362E: hue angle of 3.06º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB362E is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 54 46 -
CMYK 0 0.73 0.77 0.20
HSL 3.06º 0.63% 0.49% -
HSV(B) 3.06º 0.77% 0.8% -
XYZ 26.44 15.53 4.19 -
YUV 97.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 203 54 46 0 0.73 0.77 0.20 3.06 0.63 0.49
Hex CB 36 2E 0 49 4D 14 3 3F 31
Octal 313 66 56 0 111 115 24 3 77 61
Binary 11001011 110110 101110 0 1001001 1001101 10100 11 111111 110001

Color Harmonies of #CB362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB362E

Black with #CB362E

Text Example


Text Example

White with #CB362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB362E; }

 p { color: rgb(203,54,46); }

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

background-color css

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

 a { background-color: rgb(203,54,46); }

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

border-color css

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

 span { border-color: rgb(203,54,46); }

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