Html Css Color HEX #CF0B3A Crimson

📋 copy color: '#CF0B3A'

red 207 ◦ green 11 ◦ blue 58

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

Shades of Crimson #CF0B3A

Tints of Crimson #CF0B3A

RGB

 RED value IS 207 (81.25% from 255) = 75%

 GREEN value IS 11 (4.69% from 255) = 3.99%

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 75%
G = 3.99%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF0B3A (or 0xCF0B3A) is known color: Crimson. HEX triplet: CF, 0B and 3A. RGB value is (207,11,58). Sum of RGB (Red+Green+Blue) = 207+11+58=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0B3A is #30F4C5. Grayscale: #4A4A4A. Windows color (decimal): -3208390 or 3804111. OLE color: 3804111.

HSL color Cylindrical-coordinate representation of color #CF0B3A: hue angle of 345.61º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0B3A is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 11 58 -
CMYK 0 0.95 0.72 0.19
HSL 345.61º 0.9% 0.43% -
HSV(B) 345.61º 0.95% 0.81% -
XYZ 26.62 13.81 5.27 -
YUV 74.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 207 11 58 0 0.95 0.72 0.19 345.61 0.9 0.43
Hex CF B 3A 0 5F 48 13 15A 5A 2B
Octal 317 13 72 0 137 110 23 532 132 53
Binary 11001111 1011 111010 0 1011111 1001000 10011 101011010 1011010 101011

Color Harmonies of #CF0B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0B3A

Black with #CF0B3A

Text Example


Text Example

White with #CF0B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0B3A; }

 p { color: rgb(207,11,58); }

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

background-color css

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

 a { background-color: rgb(207,11,58); }

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

border-color css

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

 span { border-color: rgb(207,11,58); }

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