Html Css Color HEX #CF183C Cardinal

📋 copy color: '#CF183C'

red 207 ◦ green 24 ◦ blue 60

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

Shades of Cardinal #CF183C

Tints of Cardinal #CF183C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.25%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 71.13%
G = 8.25%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF183C (or 0xCF183C) is known color: Cardinal. HEX triplet: CF, 18 and 3C. RGB value is (207,24,60). Sum of RGB (Red+Green+Blue) = 207+24+60=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF183C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF183C is #30E7C3. Grayscale: #525252. Windows color (decimal): -3205060 or 3938511. OLE color: 3938511.

HSL color Cylindrical-coordinate representation of color #CF183C: hue angle of 348.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF183C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 60 -
CMYK 0 0.88 0.71 0.19
HSL 348.2º 0.79% 0.45% -
HSV(B) 348.2º 0.88% 0.81% -
XYZ 26.87 14.24 5.61 -
YUV 82.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 207 24 60 0 0.88 0.71 0.19 348.2 0.79 0.45
Hex CF 18 3C 0 58 47 13 15C 4F 2D
Octal 317 30 74 0 130 107 23 534 117 55
Binary 11001111 11000 111100 0 1011000 1000111 10011 101011100 1001111 101101

Color Harmonies of #CF183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF183C

Black with #CF183C

Text Example


Text Example

White with #CF183C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF183C; }

 p { color: rgb(207,24,60); }

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

background-color css

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

 a { background-color: rgb(207,24,60); }

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

border-color css

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

 span { border-color: rgb(207,24,60); }

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